home *** CD-ROM | disk | FTP | other *** search
- TasString
- (c) Simon/Maniacs 1997
-
- This is Arexx script which was designed for assembling two text files. For
- example if you have two text files like that:
-
- File1: File2:
-
- Line1 Line222
- Line2 Line333
- Line3 xyz
-
- My script, after running it (RX) will give you following output:
-
- Line1
- Line222
- Line2
- Line333
- Line3
- xyz
-
- Remember, you have to rename your text files to: "Source1" and "Source2"
- form source files and copy them to "RAM:". In "RAM" too, you will get an
- output file, which name will be "Dest".
-